Caption = "The property named Period is used to set the amount of time in milliseconds that the joystick driver uses for checking position and button status. The other properties should be more-or-less obvious. You can expirement by setting Capture to True in the Properties Window and changing/observing the other properties. Good Luck!"
Height = 915
Left = 210
TabIndex = 8
Top = 4020
Width = 7785
End
Begin Label Label5
Caption = "Joystick_ButtonUp( Button As Integer )"
Height = 285
Left = 480
TabIndex = 7
Top = 3600
Width = 6675
End
Begin Label Label4
Caption = "Joystick_ButtonDown( Button As Integer )"
Height = 285
Left = 480
TabIndex = 6
Top = 3180
Width = 6585
End
Begin Label Label2
Caption = "Joystick_Move( X As Integer, Y As Integer, Z As Integer)"
Height = 285
Left = 480
TabIndex = 5
Top = 2760
Width = 6555
End
Begin Label Label1
Caption = "Once the joystick has been captured there are three events that may be generated:"
Height = 285
Index = 2
Left = 240
TabIndex = 4
Top = 2340
Width = 7755
End
Begin Label Label1
Caption = "Before the control will generate events, or update the position properties you must enable it by setting Capture to True. Press the following button to set Capture to True/False. "
Height = 495
Index = 1
Left = 210
TabIndex = 2
Top = 1350
Width = 7815
End
Begin Label Label1
Caption = "JOYSTK.VBX contains a fully functional joystick control. Using this control you can easily respond to joystick movements and button presses."